Nevron .NET Vision
Nevron.Diagram.WebForm Namespace / NDrawingViewHostPage Class / LoadControl Method / LoadControl(Type,Object[]) Method


In This Topic
    LoadControl(Type,Object[]) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function LoadControl( _
       ByVal t As System.Type, _
       ByVal parameters() As System.Object _
    ) As System.Web.UI.Control
    'Usage
     
    
    Dim instance As NDrawingViewHostPage
    Dim t As System.Type
    Dim parameters() As System.Object
    Dim value As System.Web.UI.Control
     
    value = instance.LoadControl(t, parameters)
    public System.Web.UI.Control LoadControl( 
       System.Type t,
       System.object[] parameters
    )

    Parameters

    t
    parameters
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also